Welcome![Sign In][Sign Up]
Location:
Search - Gauss Seidel

Search list

[matlabGauss-Seidel

Description: 高斯斯代尔迭代法,用于数值分析课,正确,可以提供简单的参考-Gauss-Seidel iterative methods
Platform: | Size: 1024 | Author: 阿锦 | Hits:

[matlabPowe_System_toolbox

Description: solve power flows by gauss seidel method ans newton Rapson
Platform: | Size: 610304 | Author: wilber2912 | Hits:

[AlgorithmPossion_FEM

Description: 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 -In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN
Platform: | Size: 542720 | Author: liang | Hits:

[JSP/Javalinear_solution

Description: 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
Platform: | Size: 6144 | Author: 熊君君 | Hits:

[AlgorithmGauss-Seidel_neliniara

Description: Algorithm for the Gauss–Seidel method, for numerical linear algebra
Platform: | Size: 1024 | Author: dutz | Hits:

[matlabcode

Description: (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 -(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of equations.
Platform: | Size: 2048 | Author: 娜娜 | Hits:

[AlgorithmMPI-Matrix

Description: 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
Platform: | Size: 11264 | Author: 不死鸟 | Hits:

[Windows Developgauss

Description: load flow solution by gauss seidel method
Platform: | Size: 2048 | Author: deva | Hits:

[Algorithmgauss-seidel

Description: 是一个做gauss-seidel的矩阵变换代码-it is a project about gauss-seidel
Platform: | Size: 181248 | Author: | Hits:

[matlabALGO3-5

Description: Algo3-5.c C program for implementing Algorithm 3.5 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992 Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A. Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6 Prentice Hall, International Editions: ISBN 0-13-625047-5 This free software is compliments of the author. E-mail address: in "mathews@fullerton.edu" Algorithm 3.5 (Gauss-Seidel Iteration). Section 3.7, Iterative Methods for Linear Systems, Page 187- Algo3-5.c C program for implementing Algorithm 3.5 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992 Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A. Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6 Prentice Hall, International Editions: ISBN 0-13-625047-5 This free software is compliments of the author. E-mail address: in "mathews@fullerton.edu" Algorithm 3.5 (Gauss-Seidel Iteration). Section 3.7, Iterative Methods for Linear Systems, Page 187
Platform: | Size: 2048 | Author: virumpa | Hits:

[Algorithmgauss-jakobi

Description: SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
Platform: | Size: 4096 | Author: hussam | Hits:

[MPIGaussSeidel

Description: Gauss Seidel algorithm using MPI
Platform: | Size: 1636352 | Author: serfer | Hits:

[OtherGauss-Seidel

Description: 高斯迭代法求线性方程组,用于数值分析方面,-Gauss-Seidel
Platform: | Size: 1024 | Author: li | Hits:

[matlabsy3

Description: Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
Platform: | Size: 1024 | Author: 王宝木 | Hits:

[matlabgaussppg

Description: Program for Gauss - Seidel for Load Flow Analysis
Platform: | Size: 3072 | Author: REB mus | Hits:

[AlgorithmGauss-Seidel

Description: 经过优化的C代码实现的Gauss-Seidel 迭代算法-Optimized C code of the Gauss-Seidel iterative algorithm
Platform: | Size: 7168 | Author: 沈旭 | Hits:

[matlabgauss-seidel

Description: 通过编程实现通过共轭梯度法和Gauss-Seidel迭代法两种方法求解方程组-By programming through the conjugate gradient method and Gauss-Seidel iteration method for solving equations of two
Platform: | Size: 1024 | Author: 张明 | Hits:

[CSharpGauss-Seidel

Description: Gauss-Seidel的基于c语言的算法。开发环境为windows的c语言-Gauss-Seidel algorithm based on c language. Development environment for windows in c language.
Platform: | Size: 1024 | Author: 王桢 | Hits:

[AlgorithmGauss-Seidel-iteration-method

Description: Gauss-Seidel iteration method,c语言编写-Gauss-Seidel iteration method, c language
Platform: | Size: 1024 | Author: 小东 | Hits:

[matlabGauss-Seidel-Method

Description: 此文档是基于matlab的Gauss-Seidel Method的实验报告,没有matlab代码,可供大家参考。-This document is based on the Gauss-Seidel Method matlab experimental report, no matlab code, for your reference.
Platform: | Size: 16384 | Author: fan | Hits:
« 1 2 34 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net